Class BaseHandler

Summary

Fully Qualified Name: CodeIgniter\Encryption\Handlers\BaseHandler
Implements: EncrypterInterface

Description

Base class for encryption handling

Methods

Name Description Defined By
__construct() Constructor BaseHandler
__get() __get() magic, providing readonly access to some of our properties BaseHandler
__isset() __isset() magic, providing checking for some of our properties BaseHandler

Method Details

__construct()

Constructor

Parameter Name Type Description
$config \BaseConfig

Returns:

__get()

__get() magic, providing readonly access to some of our properties

Parameter Name Type Description
$key string Property

Returns: mixed

__isset()

__isset() magic, providing checking for some of our properties

Parameter Name Type Description
$key string Property

Returns: bool

Top